home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 1 / CD-ROM N°1.iso / Utilitaires / Programmation⁄Infos / Processorize 1.0 / Processorize 1.0 / Processorize 1.0.rsrc / STR#_500.txt < prev    next >
Encoding:
Text File  |  1992-03-23  |  2.7 KB  |  53 lines

  1. This is the process which launched the currently selected process, it will be empty if the launching process  has since been killed.
  2.  
  3. This is the process' icon as it appears in the finder, A generic icon will appear if there was a problem getting  the finder information.
  4.  
  5. Process can use Inline Input. This allows you to type ideographic characters directly in place, and  not in a conversion window.
  6.  
  7. Process can handle stationery documents.
  8.  
  9. Process receives high level events (like AppleEvents) from your computer and other computers on a network. If not set, the process will only receive HLEs from your computer.
  10.  
  11. Process can send and receive high level events (like AppleEvents).
  12.  
  13. Process can run under the 32-bit version of the Memory Manager. If the process was well written, it will also be able to run under A/UX, Apple's version of UNIX.
  14.  
  15. Process gets notified if a process it has launched has quit or crashed.
  16.  
  17. Process receives the mouse down and mouse up events that bring it to the foreground.
  18.  
  19. Process runs only in the background. It should have no interface. These are often called 'daemons'.
  20.  
  21. Process takes responsibilty for activating and deactivating windows when it gets suspend/resume events.
  22.  
  23. Process gets null events while in the background. If not set, process gets only update events in the background.
  24.  
  25. Process gets suspend and resume events when shifting from foreground to background and vice versa.
  26.  
  27. The Process is a desk accessory 
  28.  
  29. The amount of time this process has used the CPU. Processes share the CPU and friendly processes don't hog the resources 
  30.  
  31. The time that you started up the process, usually by double clicking an application or desk accessory in the Finder.
  32.  
  33. The date that you started up the process, usually by double clicking an application or desk accessory in the Finder.
  34.  
  35. The amount of space you have left in a process' partition.
  36.  
  37. The amount of space allocated for this process. You can change this in the 'Get Info' box for applications.
  38.  
  39. Location, in memory, of the process. 
  40.  
  41. The second half of a two part number the process manager uses to keep track of what's happening. Apple hasn't publicly admitted what these numbers mean.
  42.  
  43. The first half of a two part number the process manager uses to keep track of what's happening. Apple hasn't publicly admitted what these numbers mean.
  44.  
  45. Kill the selected process. Sends a 'quit' AppleEvent to the process, it is up to the process to handle the AppleEvent. Button will only be available if process is High Level Event aware.
  46.  
  47. Launch a new process (typically an application).
  48.  
  49. Brings currently selected process to the forground.
  50.  
  51. This is a list of all currently running processes. Double click on a name to bring the process to the foreground.
  52.  
  53.